home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / pardoxed.arc / PRGMMER.DOC < prev    next >
Text File  |  1987-08-15  |  3KB  |  60 lines

  1.  
  2. Programming considerations:
  3.  
  4.  Performance- since Paradox is not the quickest program at times the editor
  5.               is not instaneous on an XT, but if the XTis accelerated or AT,
  6.               386 computer the program is very nice.  Even on the orignal PC
  7.               my users have had no complaints, and nothing but praise for the
  8.               additional features this editor provides.
  9.  
  10.  Plug in to your current scripts - simply have a call to savevars command, save
  11.               tablename, and call editor.sc with a call to play savevars script
  12.               for an example look an see how search.sc is called with savevars
  13.               You can call me at number above, I charge if the call turns into
  14.               time periods over a couple of minutes, but usually I don't, but
  15.               you must have a registered copy to call. Have the Registration
  16.               number, your name, Paradox version, listing of code on hand to
  17.               to hustle the process.
  18.  
  19.  In case of error(CANCEL or Debug options arise) - CALL ME, or write a letter
  20.              and I will get back to you.  At the immediate time you should
  21.              write down what happend, then choose DEBUG, and type Ctrl-E,
  22.              then do a shift printscreen after Paradox puts you in the editor
  23.              so I can get page of information to debug.  Include this in your
  24.              letter.  You can then exit the editor(F10, then cancel) and avoid
  25.              whatever you did.  This should not happen very often, this editor
  26.              has been in service for many hours, you should first check that
  27.              that your download went properly. When you write a letter you
  28.              must be a registered user.
  29.  
  30.  
  31.   Optimization - In the code after the proc fancedit is defined in editor
  32.              script user should put 'index TABLE on FIELDNAME' if you hard-
  33.              wire the editor to a particular table, this helps locate work
  34.              in the search routines, and gives user a sorted look at the
  35.              file while editting which always is nice.
  36.  
  37.              The program supports directory paths, but the code is small so
  38.              (make it a library function!!! once you register - it will really
  39.              be fast, one of Paradox best functions is the librarian learn
  40.              how it works!) you could just put in all subdirectories you have.
  41.  
  42.              All forms for all tables should be current, and work correctly
  43.              or this will cause a script error.  The moral of the story is
  44.              then to have your default form designed nicely for all tables,
  45.              or have the Paradox just make one for it by entering F7 when view-
  46.              ing it.
  47.  
  48.              I will include on the registered version disk many examples of
  49.              use of this editor in many systems, so it good to register.
  50.  
  51.   This editor has over 300 hours of data entry put through it, and it is
  52.   very reliable, however if you for some reason lose data while using this
  53.   program, I  will not take any responsiblity, you are using the code,
  54.   and that is all if you have data loss.  This editor if used properly
  55.   is very nice, and much safer than normal Paradox editing mode.
  56.  
  57.   Note for password protected files you must insert the password command
  58.   after the Proc is defined in editor.sc for proper results.
  59.  
  60.